home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / UIFlow 1.0.1 / UIFlow Source / CFDFront / MoreCFDFront.cp < prev    next >
Encoding:
Text File  |  1993-04-14  |  641 b   |  23 lines  |  [TEXT/MPS ]

  1. #include "Globals.h"
  2. #include "NewStuff.h"
  3. //  #include "DTMClass.h"
  4. #include "CFDFront.h"                                                                                // all class headers
  5.  
  6. #include "TPoint.cp"
  7. #include "TPointMatrix.cp"
  8. #include "TRow.cp"
  9. #include "TBaffle.cp"
  10. #include "TObstacle.cp"
  11.  
  12. #include "TOutput.cp"
  13.  
  14. // **********************************************************************
  15. //    Command objects.
  16. // **********************************************************************
  17. #include "TNewSegment.cp"
  18. #include "TDragCommand.cp"                                                                    // drag points
  19. #include "TObstacleCommand.cp"
  20. #include "TBaffleCommand.cp"
  21. #include "TDeletePoint.cp"
  22. #include "TDeleteGridCommand.cp"
  23.